Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
lcg_value
lcg_value
Combined linear congruent generator
Name:
lcg_value
Category:
math
Programming Language:
php
One-line Description:
Returns a pseudo-random number with a range of (0,1).
Related
5
How to Generate Random Numbers with Decimals Using PHP's lcg_value() and round() Functions
8
lcg_value() and mt_rand(): Which one is better for you?
8
Similar Functions
is_infinite
is_infinite
Determinewhetheritis
atan2
atan2
Arctangleoftwoparame
ceil
ceil
Furthermethodtosort
acosh
acosh
Antihyperboliccosine
fmod
fmod
Returnstheremaindero
decoct
decoct
Convertdecimaltoocta
expm1
expm1
Returnsexp(number)-1
min
min
Findtheminimumvalue
Popular Articles
lcg_value() and mt_rand(): Which one is better for you?
How to Generate Random Numbers with Decimals Using PHP's lcg_value() and round() Functions